UXarray logo

Data Visualization

In this tutorial, you’ll learn:

  • TODO:

Prerequisites

Concepts

Importance

Notes

Link to Pre-Req

Necessary

  • Time to learn: x minutes


import uxarray as ux
grid_path = "../../meshfiles/oQU480.grid.nc"
data_path = "../../meshfiles/oQU480.data.nc"

uxds = ux.open_dataset(grid_path, data_path)

UxDataArray Plotting Accessor

uxds["bottomDepth"].plot()

Polygons

uxds["bottomDepth"].plot.polygons()

Points

uxds["bottomDepth"].plot.points()